home *** CD-ROM | disk | FTP | other *** search
- To build Presto:
-
- 1) Edit the makefile to correctly reflect the name of your C++ compiler,
- and the installation directories.
-
- 2) Edit config.h to enable or disable various features like preemption
-
- 3) Type "make".
-
- This will build both the debug version (libpresto_d.a) and the
- `optimized' Presto library libpresto.a. The objects end up in their
- own subdirectories (Base_debug and Base). By default, the debug
- version will also contain a lot of debugging output that is enabled
- via the DEBUG_STARTUP define. Change the Makefile to alter this, but
- it is very useful if you are trying to port Presto to a new platform,
- compiler or operating system.
-
-